home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-27 | 612 b | 24 lines | [TEXT/MMCC] |
- /* Example Action Procedures for the sample application.
- * By Norman Franke
- */
-
- // Constants for MyClickAction
- #define kMiscellaneousPane 2
- #define kEnableSelfDestruct 2
- #define kSelfDestruct 3
-
- #define kCommPane 1
- #define kFrequency 5
-
- // Alert for when data validation fails.
- #define ALERT_Invalid 129
-
- // Sample Edit Action Procedure
- short MyEditAction(short aType, char *hPtr, Handle iHandle, short pane, short item);
-
- // Sample Click Action Procedure
- short MyClickAction(short, DialogPtr dlog, short pane, short item);
-
- // Ensure a string contains only digits
- short VerifyDigits(StringPtr inString);
-